home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / crocosnack.swf / scripts / frame_1 / PlaceObject2_23_7 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2007-03-20  |  353 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    Bloaded = _root.getBytesLoaded();
  3.    if(Bloaded >= Btotal and this._currentframe == 1)
  4.    {
  5.       this.gotoAndPlay("sonne");
  6.       trace("devrait aller a sonnesti");
  7.    }
  8.    else
  9.    {
  10.       var percentage = Bloaded / Btotal;
  11.       var rotDegree = 360 * percentage;
  12.       this.hand._rotation = rotDegree;
  13.    }
  14. }
  15.